:root {
  --color-foreground: #010101cf;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Modern Antiqua", serif;
  --color-white: #ffffff;
  --color-gray-200: rgba(213, 213, 213, 0.2);
  --color-primary-400: #b8a1ff;
  --color-primary-500: #312d8e;
  --color-primary-600: #2b3161;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  font-family: var(--font-primary);
  color: var(--color-foreground);
  letter-spacing: -0.15;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

.owl-carousel .owl-stage {
  display: flex;
  height: auto;
}
.site-title h1,
.site-banner {
  display: none;
}
@media (min-width: 992px) {
  .owl-carousel .owl-stage {
    height: 480px;
  }
}

.owl-carousel .owl-item {
  width: auto;
  height: 100%;
}

.owl-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

@media (min-width: 576px) {
  .owl-controls {
    gap: 14px;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .owl-controls {
    gap: 17px;
    margin-top: 48px;
  }
}

.owl-custom-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 992px) {
  .owl-custom-dots {
    gap: 17px;
  }
}

.owl-custom-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

@media (min-width: 768px) {
  .owl-custom-dot {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (min-width: 992px) {
  .owl-custom-dot {
    width: 24px !important;
    height: 24px !important;
  }
}

.owl-custom-dot.active {
  background-color: var(--color-primary-400);
}

.owl-custom-prev,
.owl-custom-next {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  cursor: pointer;
}

.owl-custom-prev svg,
.owl-custom-next svg {
  fill: #fff;
  transition: fill 0.2s ease, opacity 0.2s ease;
}

.owl-custom-prev:disabled,
.owl-custom-next:disabled {
  cursor: default;
}

.owl-custom-prev:disabled svg,
.owl-custom-next:disabled svg {
  fill: hsla(0, 0%, 100%, 0.1);
}

.container {
  max-width: 1220px;
  margin: 0 auto;
}

.strong {
  font-weight: 700;
}

.about-topbar {
  background-image: url("/wp-content/uploads/about-us/about-top-bar-bg.png");
  background-size: cover;
  background-position: top center;
  color: var(--color-white);
  text-align: center;
  padding: 97px 20px;
  margin-top: 60px;
}

@media (min-width: 992px) {
  .about-topbar {
    padding: 97px 0;
  }
}

.about-topbar__container {
  max-width: 665px;
  margin: 0 auto;
}

.about-topbar__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
}

@media (min-width: 576px) {
  .about-topbar__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .about-topbar__title {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 992px) {
  .about-topbar__title {
    font-size: 44px;
    line-height: 52px;
  }
}

.about-topbar__title-main {
  display: block;
}

.about-topbar__title-sub {
  display: block;
}

.about-topbar__title-highlight {
  font-weight: 700;
  color: var(--color-primary-400);
}

.about-topbar__description {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 576px) {
  .about-topbar__description {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .about-topbar__description {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 992px) {
  .about-topbar__description {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
  }
}

.about-we-have-been-there .container {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 64px;
  gap: 32px;
}

@media (min-width: 576px) {
  .about-we-have-been-there .container {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .about-we-have-been-there .container {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 64px;
    padding-bottom: 96px;
    gap: 76.5px;
  }
}

.about-we-have-been-there__image-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .about-we-have-been-there__image-wrapper {
    max-width: 600px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .about-we-have-been-there__image-wrapper {
    max-width: 547.5px;
  }
}

.about-we-have-been-there__image {
  width: 100%;
  display: block;
  object-fit: contain;
}

.about-we-have-been-there__content {
  padding: 0 20px;
}

@media (min-width: 992px) {
  .about-we-have-been-there__content {
    padding: 0;
  }
}

.about-we-have-been-there__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .about-we-have-been-there__title {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 992px) {
  .about-we-have-been-there__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-we-have-been-there__subtitle,
.about-we-have-been-there__list,
.about-we-have-been-there__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .about-we-have-been-there__subtitle,
  .about-we-have-been-there__list,
  .about-we-have-been-there__text {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .about-we-have-been-there__text {
    width: 600px;
  }
}

.about-we-have-been-there__list {
  padding-left: 32px;
}

.about-we-have-been-there__list-item {
  font-size: 16px;
  line-height: 24px;
}

.about-we-have-been-there__list-item:not(:last-child) {
  margin-bottom: 8px;
}

.about-we-have-been-there__bottom {
  position: relative;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .about-we-have-been-there__bottom {
    margin-top: 60px;
  }
}

.about-we-have-been-there__bottom-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  display: none;
}

@media (min-width: 992px) {
  .about-we-have-been-there__bottom-icon {
    width: 28px;
    height: 28px;
    display: block;
    transform: translateX(-150%);
  }
}
.about-we-have-been-there__text p,
.about-we-have-been-there__text h6 {
  margin-bottom: 0px;
}
.about-we-have-been-there__text p {
  font-size: 16px;
  line-height: 24px;
}
.about-we-have-been-there__bottom .strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .about-we-have-been-there__bottom .strong {
    font-size: 18px;
    line-height: 24px;
  }
}

.about-we-have-been-there__bottom-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.about-passion {
  background-image: url("/wp-content/uploads/about-us/about-passion-bg.png");
  background-size: cover;
  background-position: top left;
  text-align: center;
  padding: 48px 15px;
}

@media (min-width: 576px) {
  .about-passion {
    padding: 64px 20px;
  }
}

@media (min-width: 768px) {
  .about-passion {
    padding: 72px 20px;
  }
}

@media (min-width: 992px) {
  .about-passion {
    padding: 82px 0;
  }
}

.about-passion__container {
  max-width: 1014px;
  margin: 0 auto;
}

.about-passion__title {
  font-weight: 300;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 576px) {
  .about-passion__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .about-passion__title {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (min-width: 992px) {
  .about-passion__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-passion__description {
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 576px) {
  .about-passion__description {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .about-passion__description {
    font-size: 19px;
    line-height: 27px;
    margin-top: 28px;
  }
}

@media (min-width: 992px) {
  .about-passion__description {
    font-size: 20px;
    line-height: 28px;
    margin: 32px auto 0 auto;
    letter-spacing: -0.15;
  }
}

.about-history {
  background-color: var(--color-primary-600);
  padding: 56px 16px;
}

@media (min-width: 576px) {
  .about-history {
    padding: 72px 20px;
  }
}

@media (min-width: 768px) {
  .about-history {
    padding: 84px 20px;
  }
}

@media (min-width: 992px) {
  .about-history {
    padding: 96px 0;
  }
}

.about-history__container {
  max-width: 100%;
  overflow: hidden;
}

.about-history__subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-primary-400);
}

@media (min-width: 992px) {
  .about-history__subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 20px;
  }
}

.about-history__title {
  font-weight: 300;
  text-align: center;
  color: var(--color-white);
  margin-top: 16px;
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .about-history__title {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 992px) {
  .about-history__title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 24px;
  }
}

.about-history__highlight {
  font-weight: 600;
}

.about-history__highlight--primary {
  color: var(--color-primary-400);
}

.about-history__timelines {
  margin-top: 48px;
}

@media (min-width: 768px) {
  .about-history__timelines {
    margin-top: 64px;
  }
}

@media (min-width: 992px) {
  .about-history__timelines {
    margin-top: 80px;
    height: 480px !important;
  }
}

.about-history__timeline {
  border-left: 0px solid hsla(0, 0%, 100%, 0.1);
  padding: 0 20px 40px;
  height: auto;
  border-left-width: 4px;
}

@media (min-width: 992px) {
  .about-history__timeline {
    border-left-width: 6px;
    padding: 0 32px;
  }
}

.about-history__timeline-year {
  font-weight: 800;
  color: var(--color-primary-400);
  font-size: 36px;
  line-height: 42px;
}

@media (min-width: 768px) {
  .about-history__timeline-year {
    font-size: 44px;
    line-height: 48px;
  }
}

@media (min-width: 992px) {
  .about-history__timeline-year {
    font-size: 56px;
    line-height: 60px;
  }
}

.about-history__timeline-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: block;
  object-fit: contain;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .about-history__timeline-image {
    margin-top: 24px;
  }
}

.about-history__timeline-text {
  color: var(--color-white);
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .about-history__timeline-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  .about-history__timeline-text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 24px;
  }
}

.about-history__text {
  margin: 56px auto 0;
  max-width: 770px;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .about-history__text {
    font-size: 24px;
    line-height: 32px;
    margin-top: 64px;
  }
}

@media (min-width: 992px) {
  .about-history__text {
    font-size: 28px;
    line-height: 36px;
    margin-top: 70px;
  }
}

.about-brands {
  padding: 40px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .about-brands {
    padding: 56px 0;
  }
}

.about-brands__title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--color-primary-500);
}

@media (min-width: 768px) {
  .about-brands__title {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 20px;
  }
}

.about-brands__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .about-brands__logos {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 34px;
    height: 61px;
  }
}

.about-brands__logo {
  height: 48px;
  max-width: 100%;
  object-fit: contain;
  cursor: pointer;
  transform: scale(0.8);
}

.about-brands__logo:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {
  .about-brands__logo {
    height: 60px;
    transform: scale(0.7);
  }
}

.about-values {
  background-color: var(--color-gray-200);
  padding: 48px 16px 56px;
}

@media (min-width: 576px) {
  .about-values {
    padding: 64px 20px 56px;
  }
}

@media (min-width: 768px) {
  .about-values {
    padding: 72px 20px 60px;
  }
}

@media (min-width: 992px) {
  .about-values {
    padding: 80px 0 62px;
  }
}

.about-values__subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-primary-500);
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about-values__subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 20px;
  }
}

.about-values__title {
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .about-values__title {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 992px) {
  .about-values__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-values__description {
  font-weight: 400;
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 16px;
  line-height: 24px;
  max-width: 1006px;
}

@media (min-width: 768px) {
  .about-values__description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  .about-values__description {
    font-size: 20px;
    line-height: 28px;
  }
}

.about-values__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 48px;
}

@media (min-width: 992px) {
  .about-values__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 64px;
    margin-bottom: 80px;
  }
}

.about-values__item {
  background-color: var(--color-white);
  border-radius: 16px;
  padding: 24px;
}

@media (min-width: 992px) {
  .about-values__item {
    padding: 34px 36px;
  }
}

.about-values__item-title {
  margin: 16px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: var(--color-primary-500);
}
.about-values .container {
  max-width: 1240px;
}
@media (min-width: 992px) {
  .about-values__item-title {
    font-size: 16px;
    line-height: 24px;
    margin: 18px 0;
  }
}

.about-values__item-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.about-values__icon {
  width: 28px;
  height: 28px;
}

@media (min-width: 992px) {
  .about-values__icon {
    width: 30px;
    height: 30px;
  }
}

.custom-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  gap: 30px;
  margin-top: 50px;
}
.swiper-button-prev,
.swiper-button-next {
  height: auto;
  position: relative;
  top: inherit !important;
  bottom: inherit !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
  display: none;
}
.swiper.mySwiper .about-history__timelines {
  height: fit-content !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 0.25;
  border-radius: 50%;
  max-width: 24px;
  padding: 0px;
  margin: 0px 8px !important;
  border: 0;
}
.swiper-pagination {
  position: relative;
  width: fit-content !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--color-primary-400);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  fill: #fff !important;
}
@media (max-width: 980px) {
  .about-history__timeline {
    height: 480px !important;
  }
}
@media (max-width: 783px) {
  .about-topbar {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0px 4px !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 3px !important;
    height: 16px;
  }
  .custom-controls {
    gap: 20px;
  }
  .about-history__timeline {
    border-left-width: 0px;
    height: 420px !important;
  }
  .about-brands__logos {
    display: flex;
    gap: 30px;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-brands__logo {
    height: 25px;
  }
}
@media (max-width: 640px) {
  .about-history__timeline {
    height: 100% !important;
    padding: 0 20px 0px;
  }
  .custom-controls {
    margin: 0px !important;
  }
}
